home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
placemnt
/
tstplace.dfm
/
tstplace.txt
Wrap
Text File
|
1995-12-22
|
693b
|
35 lines
object MyForm: TMyForm
Left = 212
Top = 106
Width = 435
Height = 300
Caption = 'MyForm'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 16
object Label1: TLabel
Left = 0
Top = 0
Width = 427
Height = 273
Align = alClient
Alignment = taCenter
Caption =
'This Form'#39's Placement will be saved and restored whenever it is ' +
'closed or opened'
Transparent = True
WordWrap = True
end
object Placement1: TPlacement
IniFileName = 'MyForm.ini'
Section = 'MyForm'
Left = 8
Top = 8
end
end